/* --- TOP MAGENTA HEADER --- */
.header_click_form {
    background: var(--light-pink);
    padding: 6px 15px;
    margin-bottom: 10px;
}
.header_click_form h3 {
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
}
.section_click_form {
    background: #ddd;
    padding: 6px 15px !important;
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
}
.section_click_form h3 {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
}

.pull-right {
    float: right !important;
}
.company_address .user_dashboard_container .company_loc {
  max-height: 407px;
  overflow-y: auto; 
}

.personal_detail h3 {
    color: var(--pink);
    text-align: center;
    font-weight: 400;
    padding: 20px;
}

.categories_view {
    margin-bottom: 20px;
}

.categories_view p{
    padding: 0px 10px;
}

/* TWO COLUMN FORM FIELDS */
.two-field-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 25px 0;
}

.field-group {
    width: 50%;
}
.field-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.field-group input {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.field-group input:focus {
    border-color: var(--pink);
}

/* TERMS SECTION */
.terms-section {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

.terms-checkbox {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.terms-checkbox input {
    margin-right: 8px;
    transform: scale(1.2);
}

.terms-checkbox a {
    color: var(--pink);
    font-weight: 600;
}

.required-field {
    color: red;
    font-weight: bold;
}

/* PACKAGE NOTE */
.package-note {
    font-size: 18px!important;
    font-weight: 600;
    margin: 18px 0 30px;
}
.package-note a {
    color: var(--pink);
    font-weight: 700;
}

/* APPROVE BUTTON */
.approve-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.approve-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--pink);
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 10px;
    border: 2px solid var(--pink);
    cursor: pointer;
    transition: 0.3s ease;
    text-decoration: none;
    margin: 0;
    line-height: 1.2;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.edit-actions .edit_icon {
    background: var(--pink); 
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    transition: all 0.25s ease;
    padding: 0;
}

.edit-actions .edit_icon:hover {
    background: #1ea75a;
    transform: scale(1.1);
}

.edit-actions .dashicons {
    font-size: 18px;
    margin-top: 1px;
}
span.dashicons.dashicons-edit
 {
    color: #fff;
}
.current-year{
    display:inline-block;
    padding:10px 40px;
    font-size:75px;
    font-weight:700;
    color:var(--pink);
}
h1.cpt-name{
    font-size:40px;
    font-weight:600;
    margin-top:20px;
    text-transform:uppercase;
} 
.exact-banner {
    background: var(--pink);
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    margin: 25px 0px;
}

/* LEFT angled cut */
.exact-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: #fff;
    clip-path: polygon(0 50%, 60% 0, 100% 0, 40% 50%, 100% 100%, 60% 100%);
}

/* RIGHT angled cut */
.exact-banner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: #fff;
    clip-path: polygon(100% 50%, 40% 0, 0 0, 60% 50%, 0 100%, 40% 100%);
}
.intro-section {
    text-align: center;
    margin: 25px auto;
    max-width: 1000px;
}

/* Line 1 */
.intro-section .line1 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

/* Line 2 */
.intro-section .line2 {
    font-size: 16px;
    color: var(--light-pink);
    font-weight: 600;
    margin-bottom: 25px;
}

/* Line 3 with top & bottom border */
.intro-section .line3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding: 12px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.form-control
 {
    border-radius:5px;
}
.package-features-list {
    padding-left: 20px;
}

.package-features-list li {
    list-style: disc;
}

.package-price {
    margin-top: 18px;
    font-weight: 600;
    font-size: 21px!important;
}
.pt-10{
        padding-top: 10rem !important;
}
.full-width.modal-dialog {
    max-width: 900px !important;

}

.switch-package-modal-wrap .modal-dialog {
    max-width: 1120px;
}

.switch-package-table-wrap {
    overflow-x: auto;
}

.switch-package-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
    border: 1px solid #b8b8b8;
}

.switch-package-table th,
.switch-package-table td {
    border: 1px solid #b8b8b8;
    padding: 10px 8px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    line-height: 20px;
}

.switch-package-table thead th {
    background: #f8f8f8;
}

.switch-package-table .switch-feature-col {
    width: 240px;
    text-align: left;
    background: #f2f2f2;
    font-weight: 700;
    font-size: 18px;
}

.switch-package-table .switch-feature-name {
    text-align: left;
    font-weight: 600;
    background: #fafafa;
}

.switch-package-table .switch-package-col.is-current,
.switch-package-table td.is-current {
    background: #eaf0f7;
}

.switch-package-title {
    color: var(--light-pink);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.switch-package-price {
    margin-top: 6px;
    font-weight: 600;
}

.switch-mark {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.switch-mark.is-yes {
    color: var(--light-pink);
}

.switch-mark.is-no {
    color: #d93025;
}

.switch-action-row td {
    background: #fafafa;
}

.switch-package-select-btn {
    background: var(--light-pink);
    border: 1px solid var(--light-pink);
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 1.2;
}

.switch-package-select-btn:hover {
    background: var(--light-pink);
    border-color: var(--light-pink);
    color:#fff;
}
.custom-sales-modal {
  border-radius: 10px;
  padding: 10px;
}

.custom-sales-modal .modal-title {
  font-weight: 600;
  font-size: 24px;
}
.custom-sales-modal .pera {
  font-size: 18px;
}

.custom-sales-modal .modal-body {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.custom-sales-modal .modal-footer {
  border-top: none;
  justify-content: flex-end;
  gap: 10px;
}

.btn-purple {
  background: var(--pink);
  color: #fff;
  border-radius: 6px;
  padding: 8px 18px;
}

.btn-purple:hover {
  background: var(--pink);
  color: #fff;
}

.custom-sales-modal .modal-title {
  font-weight: 600;
  font-size: 21px;
}
.custom-sales-modal .pera {
  font-size: 16px;
}

.custom-sales-modal .modal-body {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.custom-sales-modal .modal-footer {
  border-top: none;
  justify-content: flex-end;
  gap: 10px;
}

.custom-sales-modal .upgrade-choice-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.custom-sales-modal .upgrade-choice-action {
  flex-shrink: 0;
}

.custom-sales-modal .upgrade-action-btn {
  min-width: 170px;
  border-radius: 999px;
  text-align: center;
}

/* PAGE LOAD LOGIN ALERT */
.login-load-alert {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.login-load-alert.show {
    display: flex;
}

/* CARD */
.login-alert-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    padding: 30px 40px;
    border-radius: 14px;
    text-align: center;
    max-width: 420px;
    width: 90%;
    animation: slideFade .4s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.login-alert-card .icon {
    font-size: 26px;
    margin-bottom: 10px;
}

.login-alert-card h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--pink);
}

.login-alert-card p {
    color: #444;
    margin-bottom: 20px;
    line-height: 1.5;
}

.login-alert-card .login-btn {
    display: inline-block;
    background: var(--pink);
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

/* animation */
@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.switch-feature-name {
    font-size: 14px;
    vertical-align: top;
}

.feature-desc {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 4px;
}

.feature-view a {
    font-size: 12px;
    color: var(--pink);
    text-decoration: underline;
}




.error-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    background-color: #fff5f5;
    color: #c62828;

    border: 1px solid rgba(198, 40, 40, 0.3);
    border-radius: 20px;

    padding: 4px 10px;
    font-size: 12.5px;
    font-weight: 500;

    margin-top: 6px;

    transition: all 0.25s ease;
}

.error-icon {
    font-size: 13px;
}
/*******------------ Responsive Desing ----------------************/

@media (max-width: 768px) {
    .exact-banner {
    font-size: 22px;
    padding: 10px 40px;
}
.form-container.pt-5.dashboard-page {
    padding: 0px 15px;
}

}





